home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 76 / MF_UK_76_1.iso / Education Feature / MicroWorlds 2.03 Try Me / MicroWorlds 2.03 Try Me.rsrc / TEXT_593_if.txt < prev    next >
Encoding:
Text File  |  1998-05-08  |  215 b   |  9 lines

  1. if true-or-false list-to-run 
  2.  
  3. Runs the instruction list only if the condition (first input) reports true. See ifelse.
  4.  
  5. Examples: 
  6.  
  7. if colorunder = 15 [bk 50]
  8. question [Are you ready?]
  9. if answer = "yes [glide 100 5]